get_or_null

pure function get_or_null(key: K): V?

Gets the value associated with a key in the map, returning null if the key is not found.

Since

0.11.0

Parameters

key

The key to look up.